A. Parameterized constructor
B. On click of button
C. Global.asax
D. Default constructor
Advertisement
Related Mcqs:
- In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
- A. System.Activator B. ProxyWebPartManager C. WebPartManager D. None of these...
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- By default, code written with the Debug class is stripped out of release builds?
- A. Yes B. No C. May be D. Confuse...
- The type of code found in Code-Behind class is __________________?
- A. Client-side code B. Server-side code C. Both A and B D. None of these...
- Which class can be used to perform data type conversion between .NET data types and XML types ?
- A. XmlSettings B. XmlConvert C. XmlCast D. XmlType...
- What is the base class from which all Web forms inherit ?
- A. Page Class B. Master Page C. Session Class D. None of these...
- Which class can be used to create an XML document from scratch ?
- A. XmlNew B. XmlConvert C. XmlSettings D. XmlDocument...
- What namespace does the Web page belong in the .NET Framework class hierarchy ?
- A. System.Windows.Page B. System.Web.page C. System.web.UI.Page D. None of these...
- What attributes do you use to hide a public .Net class from COM ?
- A. ComVisible attributes B. DLLImport Attributes C. COM Interop D. All of the above...
- Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?
- A. Lock() B. ThreadLock C. Synchronize() D. Synchronize...
Advertisement